home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1999 September
/
PowerPlay0999.iso
/
Patches
/
Civilisation Call to Power 1.1 Patch DEU.exe
/
ldl
/
string.ldl
< prev
Wrap
Text File
|
1999-05-18
|
3KB
|
100 lines
global_strings
{
############################
#
# After installation, this ends up as a registry key directly
# under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
# CurrentVersion/Uninstall key.
#
string szLogfilePath "Uninstall/Civilization-Call to Power.log"
string szExePath "Ctp_program/ctp/civctp.exe"
string szUninstallKey "Activision_CivCTPUninstallKey"
string szQA_1 "GM-1126"
############################
#
# in the anet.inf file in the game's installed directory, we have two values:
#
# [Version Info]
# Version=X
#
# [ActiveNet]
# Version=X
#
# both of these fields are required. The [Version Info] field is used for display purposes only.
# it means nothing. The activenet number is the real version number used for comparison. conceptually,
# think of it as the 'major.minor' build number of a product, like '37.2'. the updater and patch programs
# display the [Version Info] field (like '1.01'), determined by marketing. the major.minor version numbers
# are compared as integers:
#
# "37.12" = thirty-seven point twelve >
# "37.7" = thirty-seven point seven >
# "36.989" = thirty-six point nine-hundred-eighty-nine
#
# 'szFromVersion' is the minimum version number to which the patch is applicable. Use
# '0.0' to indicate no lower limit. 'szPatchVersion' is the version the game is being patched
# to. the dispayed number is also updated by the patch program. The displayed starting number is the current
# value of the field in anet.inf. The displayed finishing number is the final value of 'szDisplayPatchVersion'.
# (found in string_e.ldl)
#
# all 3 fields must be present. if the [ActiveNet] number is missing in the anet.inf file, the patch program
# assumes it is "0.0". if the [Version Info] number is missing, "1.0" is assumed.
#
string szFromVersion "0.0"
string szPatchVersion "051.70"
}
filecopy
{
copy_0
{
string src "data"
string dest "."
string recurse ""
}
# copy_2
# {
# string src "system"
# string dest "SYSDIR:/"
# string recurse ""
# string shared ""
# string update "version"
# }
}
shortcut
{
# editor
# {
# string name "szEditor"
# string file "ctp_program/ctp/CivCTP.exe"
# string icon "rsrc/ctp.ico"
# }
editor_readme
{
string name "szEditorReadme"
string file "help/editor_readme.doc"
string icon "rsrc/txt.ico"
}
}
start_menu
{
string dir "start_menu_programs_dir:/Civilization-Call To Power"
string shortcut_10 "editor"
string shortcut_12 "editor_readme"
}